change size of bullet point css

34

li::marker 
{
    content: '\2746'
    font-size: 2rem;
    font-weight: bolder;
}
li::marker 
{
    font-size: 2rem;
    font-weight: bolder;
}

Comments

Submit
0 Comments